/*质量体系栏目页*/
.liucheng {
  width: 100%;
}
.lc2 {
  background: url(../images/line.png) center no-repeat;
}
.lc2 {
  background-size: 100%;
}
.ease-3 {
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s ;
  -moz-transition: all 0.3s ;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nr span.c-1 {
  width: 100%;
  height: 100%;
  background: url(../images/icon_01.png) center no-repeat;
  display: block;
  float: left;
  border-radius: 50%;
}
.nr span.c-2 {
  width: 100%;
  height: 100%;
  background: url(../images/icon_02.png) center no-repeat;
  display: block;
  float: left;
  border-radius: 50%;
}
.nr span.c-3 {
  width: 100%;
  height: 100%;
  background: url(../images/icon_03.png) center no-repeat;
  display: block;
  float: left;
  border-radius: 50%;
}
.nr span.c-4 {
  width: 100%;
  height: 100%;
  background: url(../images/icon_04.png) center no-repeat;
  display: block;
  float: left;
  border-radius: 50%;
}
.nr span.c-5 {
  width: 100%;
  height: 100%;
  background: url(../images/icon_05.png) center no-repeat;
  display: block;
  float: left;
  border-radius: 50%;
}
.advantage .nr .item:hover .circle span.c-1 {
  background: url(../images/icon_01_h.png) center no-repeat;
}
.advantage .nr .item:hover .circle span.c-2 {
  background: url(../images/icon_02_h.png) center no-repeat;
}
.advantage .nr .item:hover .circle span.c-3 {
  background: url(../images/icon_03_h.png) center no-repeat;
}
.advantage .nr .item:hover .circle span.c-4 {
  background: url(../images/icon_04_h.png) center no-repeat;
}
.advantage .nr .item:hover .circle span.c-5 {
  background: url(../images/icon_05_h.png) center no-repeat;
}
.advantage .inner {
  left: 0;
  right: 0;
}
.advantage .nr {
  padding: 50px 0 50px;
  width: 100%;
  float: left;
}
.advantage .nr li {
  width: calc(20%);
  float: left;
  display: inline;
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
}
.advantage .nr li p {
  color: #888;
  font-family: "微软雅黑";
  font-weight: normal;
}
.advantage .nr li:nth-child(1),
.advantage .nr li:nth-child(2) {
  -webkit-transform: translate3d(-100px, 0px, 0);
  -moz-transition: translate3d(-100px, 0px, 0);
  -o-transition: translate3d(-100px, 0px, 0);
  transition: translate3d(-100px, 0px, 0);
}
.advantage .nr li:nth-child(3),
.advantage .nr li:nth-child(4) {
  -webkit-transform: translate3d(100px, 0px, 0);
  -moz-transition: translate3d(100px, 0px, 0);
  -o-transition: translate3d(100px, 0px, 0);
  transition: translate3d(100px, 0px, 0);
}
.advantage.active .nr li {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transition: translate3d(0, 0, 0);
  -o-transition: translate3d(0, 0, 0);
  transition: translate3d(0, 0, 0);
  transition-delay: 600ms;
  -o-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -webkit-transition-delay: 600ms;
}
.advantage.active .nr li:nth-child(2),
.advantage.active .nr li:nth-child(3) {
  transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
}
.advantage .nr .item {
  display: block;
  width: 100%;
  position: relative;
  color: #666;
  text-align: center;
}
.advantage .nr .item .circle {
  width: 120px;
  height: 120px;
  margin: 10px auto 0px;
  position: relative;
  color: #666;
  background: #fff;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  behavior: url(ie-css3.htc);
  z-index: 2;
}
.advantage .nr .item .circle .circle_l,
.advantage .nr .item .circle .circle_r {
  position: absolute;
  top: -2px;
  width: 60px;
  height: 120px;
  border: 2px solid #9bd9f7;
  -webkit-transition-timing-function: linear;
}
.advantage .nr .item .circle .circle_l {
  left: 0px;
  border-right: 0;
  clip: rect(124px, 62px, 124px, 0);
  -webkit-border-radius: 62px 0 0 62px;
  -moz-border-radius: 62px 0 0 62px;
  border-radius: 62px 0 0 62px;
  behavior: url(ie-css3.htc);
  z-index: 2;
}
.advantage .nr .item .circle .circle_r {
  right: 0px;
  border-left: 0;
  clip: rect(0px, 62px, 0px, 0);
  -webkit-border-radius: 0 62px 62px 0;
  -moz-border-radius: 0 62px 62px 0;
  border-radius: 0 62px 62px 0;
  behavior: url(ie-css3.htc);
  z-index: 2;
}
.advantage .nr .item .circle span {
  display: block;
  height: 120px;
  width: 120px;
  line-height: 120px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.advantage .nr .item h1 {
  font-size: 20px;
  padding: 20px 0 10px;
  line-height: 24px;
  font-family: "微软雅黑";
  font-weight: normal;
}
.advantage .nr .item p {
  line-height: 24px;
  font-size: 14px;
}
.advantage .nr .item:hover .circle_l {
  clip: rect(0, 62px, 124px, 0);
  border-color: #68b7ee;
}
.advantage .nr .item:hover .circle_r {
  clip: rect(0, 62px, 124px, 0);
  border-color: #68b7ee;
}
.advantage .nr .item:hover .circle {
  background: #2baae7;
  color: #fff;
  -webkit-transform: translate3d(0px, -10px, 0);
  -moz-transition: translate3d(0px, -10px, 0);
  -o-transition: translate3d(0px, -10px, 0);
  transition: translate3d(0px, -10px, 0);
  transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
}
.advantage .nr .item:hover h1,
.advantage .nr .item:hover p {
  color: #2baae7;
  -webkit-transform: translate3d(0px, 10px, 0);
  -moz-transition: translate3d(0px, 10px, 0);
  -o-transition: translate3d(0px, 10px, 0);
  transition: translate3d(0px, 10px, 0);
  transition-delay: 300ms;
  -o-transition-delay: 300ms;
  -moz-transition-delay: 300ms;
  -webkit-transition-delay: 300ms;
}
.djs_huibg01 {
  background: #e8e8e8 url(../images/xp/xp-bghui01.png) center center;
}
/*质量体系栏目页结束*/
/*实验室栏目页*/
/*shuzi*/
.djs_sys_shuzi {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0px #f8f8f8 solid;
  border-left: 0px;
  border-right: 0px;
}
.djs_sys_shuzi ul {
  width: 100%;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.djs_sys_shuzi ul li {
  width: 22%;
  text-align: center;
  border-top: 10px #b1e5fb solid;
  overflow: hidden;
  padding: 30px;
  box-sizing: border-box;
  background-color: #f8f8f8;
  margin: 0 4% 0 0;
  cursor: pointer;
}
.djs_sys_shuzi ul li p span {
  font-size: 20px;
  color: #ec8d47;
}
.djs_sys_shuzi ul li p.biaoti {
  font-size: 16px;
  color: #666;
  line-height: 20px;
  padding: 0;
  margin-bottom: 35px;
  display: block;
}
.djs_sys_shuzi ul li p.danwei {
  font-size: 14px;
  color: #888;
}
.djs_sys_shuzi ul li p.tubiao {
  box-sizing: border-box;
  text-align: center;
}
.djs_sys_shuzi ul li p.tubiao span {
  width: 100%;
  height: auto;
  font-size: 50px;
  color: #b1e5fb;
  border: 2px #b1e5fb solid;
  border-radius: 50%;
  padding: 15px;
  margin: 20px auto;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s ;
  -moz-transition: all 0.3s ;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.djs_sys_shuzi ul li p.shuzi {
  font-size: 45px;
  font-weight: 500;
  font-family: arial;
  color: #0083c3;
  display: block;
  margin-top: 28px;
}
.djs_sys_shuzi ul li p.shuzi span {
  vertical-align: super;
  font-size: 30px;
}
.djs_sys_shuzi ul li:hover {
  background-color: #f2f2f2;
  border-top: 10px #2baae7 solid;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s ;
  -moz-transition: all 0.3s ;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.djs_sys_shuzi ul li:hover p.tubiao span {
  border-color: #b1e5fb;
  color: #0083c3;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s ;
  -moz-transition: all 0.3s ;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.djs_sys_shuzi ul li:last-child {
  margin: 0 0 0 0;
}
/*图文*/
.l-theme {
  position: relative;
  margin: 0 auto;
  background-color: #fff;
  overflow-x: hidden;
  max-width: 1200px;
}
.l-theme .wrap-content {
  margin: 0px auto;
}
.l-theme .section-area {
  position: relative;
}
.l-theme .section-area .block-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.l-theme .section-area .block-table:hover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.l-theme .block-table__cell {
  padding-right: 0;
  padding-left: 0;
  vertical-align: top;
  overflow: hidden;
}
.l-theme .block-table__cell img {
  width: 100%;
  height: auto;
}
.l-theme .block-table__inner {
  height: 100%;
  overflow: hidden;
}
.l-theme .col-md-6 {
  width: 50%;
}
.l-theme .sys-ct-01 {
  background-image: url(/Source/images/xp/x-sys-01.jpg);
}
.l-theme .sys-ct-02 {
  background-image: url(/Source/images/xp/x-sys-02.jpg);
}
.l-theme .sys-ct-03 {
  background-image: url(/Source/images/xp/x-sys-03.jpg);
}
.l-theme .sys-ct-04 {
  background-image: url(/Source/images/xp/x-sys-04.jpg);
}
.l-theme .sys-ct-05 {
  background-image: url(/Source/images/xp/x-sys-05.jpg);
}
.l-theme .sys-ct-01,
.l-theme .sys-ct-02,
.l-theme .sys-ct-03,
.l-theme .sys-ct-04,
.l-theme .sys-ct-05 {
  background-size: cover;
  text-align: center;
  min-height: 390px;
  background-position: center center;
}
.l-theme .bg-grey {
  background-color: #f8f8f8;
}
.l-theme .main-flex-box {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  padding: 10%;
  box-sizing: border-box;
}
.l-theme .b-about-sm__title {
  margin-bottom: 13px;
  font-size: 30px;
  font-weight: 200;
  color: #0083c3;
}
.l-theme .b-about-sm__subtitle {
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.l-theme .b-about-sm__description {
  font-size: 14px;
  line-height: 180%;
  color: #888;
  height: 130px;
  overflow: hidden;
  text-align: justify;
}
.l-theme .b-about-sm__icon {
  display: block;
  margin-top: 44px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1;
}
.l-theme .b-about-sm__title-inner {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #1c1f23;
}
.l-theme .color-primary {
  color: #b67c5a;
}
.l-theme .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.l-theme .col-sm-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.l-theme .b-about-sm__icon {
  display: block;
  margin-top: 44px;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1;
}
.l-theme .b-about-sm__title-inner {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 200;
  color: #888;
}
.djs_bjt_sys01 {
  background-image: url(/Source/images/xp/x-sysct-03.jpg);
  text-align: center;
  min-height: 150px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 0;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #f8f8f8;
}
.djs_bjt_sys01 .systb a img {
  border: 4px #fff solid;
  border-radius: 50%;
}
.djs_bjt_bz {
  width: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 0;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.djs_bjt_lxfs01 {
  background-image: url(/Source/images/xp/x-lxfsct-01.jpg);
  text-align: center;
  min-height: 150px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 0;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #f8f8f8;
}
.djs_bjt_lxfs01 .lxfstb a {
  display: block;
}
.djs_bjt_lxfs01 .lxfstb a span {
  width: 100%;
  height: auto;
  font-size: 65px;
  color: #f68034;
  border: 3px #2baae7 solid;
  border-radius: 50%;
  padding: 25px;
  margin: 20px auto;
  -webkit-transition: all 0.3s;
  -khtml-transition: all 0.3s ;
  -moz-transition: all 0.3s ;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
  -webkit-filter: opacity(50%);
  filter: opacity(50%);
}
.djs_bjt_lxfs01 .lxfstb a p {
  width: 100%;
  font-size: 16px;
  color: #666666;
  margin-top: 50px;
}
.djs_bjt_lxfs01 a:hover span {
  -webkit-filter: opacity(80%);
  filter: opacity(80%);
}
.djs_bjt_lxfs01 a:hover p {
  color: #2baae7;
}
/*实验室栏目页结束*/
/*检测能力*/
.djs_jcnl {
  width: 100%;
  box-sizing: border-box;
  border: 0px #e4e4e4 solid;
}
.djs_jcnl ul {
  width: 100%;
  height: auto;
  display: flex;
  display: inline-flex;
  display: -webkit-flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex: 1;
  flex-wrap: wrap;
  padding-top: 20px;
}
.djs_jcnl ul li {
  width: 49%;
  margin: 0 2% 4% 0;
  height: auto;
  box-sizing: border-box;
  border: 0px #e4e4e4 solid;
  padding: 0px;
  background-color: #f8f8f8;
}
.djs_jcnl ul li .bt {
  background-color: #fff;
  color: #666;
  font-size: 18px;
  padding: 8px 0px;
}
.djs_jcnl ul li .bt .dttb {
  font-size: 20px;
  color: #58BFF0;
  font-weight: 100;
  margin-right: 8px;
}
.djs_jcnl ul li .nr {
  padding: 20px;
  font-size: 13px;
  line-height: 170%;
  border-top: 1px #b1e5fb solid;
}
.djs_jcnl ul li .h01 {
  min-height: 130px;
}
.djs_jcnl ul li .h02 {
  min-height: 130px;
}
.djs_jcnl ul li .h03 {
  min-height: 130px;
}
.djs_jcnl ul li .h04 {
  min-height: 130px;
}
.djs_jcnl ul li .h05 {
  min-height: 250px;
}
.djs_jcnl ul li:nth-child(2n) {
  margin: 0 0 4% 0;
}
/*检测能力结束*/
/******************************************
Popup样式
******************************************/
#newsletter-popup-conatiner {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
}
#newsletter-pop-up {
  background: rgba(0, 0, 0, 0) url("../images/newsletter.jpg") repeat scroll 0 0;
  color: #333e48;
  height: 400px;
  left: 50%;
  min-width: 450px;
  padding: 35px;
  position: absolute;
  text-align: left;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 800px;
  border-radius: 8px 0 8px 8px;
  background-color: #f8f8f8;
}
#newsletter-pop-up .hide-popup {
  background: #fed700 none repeat scroll 0 0;
  cursor: pointer;
  font-weight: bold;
  line-height: 30px;
  min-width: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: -30px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 8px 8px 0px 0px;
}
#newsletter-pop-up .hide-popup:hover {
  background: #fe0100;
  color: #fff;
}
#newsletter-pop-up .popup-bt {
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 60px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/*常规结束*/
@media screen and (max-width: 1439px) and (min-width: 1280px) {
  .advantage .nr .item h1 {
    font-size: 18px;
    padding: 20px 0 10px;
    line-height: 24px;
    font-weight: normal;
  }
  .advantage .nr .item p {
    line-height: 24px;
    font-size: 12px;
  }
  .djs_sys_shuzi ul li {
    border-top: 10px #b1e5fb solid;
    padding: 30px;
  }
  .djs_sys_shuzi ul li p span {
    font-size: 20px;
  }
  .djs_sys_shuzi ul li p.biaoti {
    font-size: 16px;
    margin-bottom: 35px;
  }
  .djs_sys_shuzi ul li p.danwei {
    font-size: 14px;
  }
  .djs_sys_shuzi ul li p.tubiao span {
    font-size: 50px;
    border: 2px #e4e4e4 solid;
    padding: 15px;
    margin: 20px auto;
  }
  .djs_sys_shuzi ul li p.shuzi {
    font-size: 40px;
    font-weight: 500;
    margin-top: 25px;
  }
  /*检测能力*/
  .djs_jcnl ul {
    padding-top: 20px;
  }
  .djs_jcnl ul li .bt {
    font-size: 16px;
    padding: 8px 0px;
  }
  .djs_jcnl ul li .bt .dttb {
    font-size: 20px;
    margin-right: 8px;
  }
  .djs_jcnl ul li .nr {
    padding: 20px;
    font-size: 12px;
    line-height: 180%;
  }
  .djs_jcnl ul li .h01 {
    min-height: 150px;
  }
  .djs_jcnl ul li .h02 {
    min-height: 150px;
  }
  .djs_jcnl ul li .h03 {
    min-height: 150px;
  }
  .djs_jcnl ul li .h04 {
    min-height: 150px;
  }
  .djs_jcnl ul li .h05 {
    min-height: 250px;
  }
  .djs_bjt_lxfs01 .lxfstb a span {
    width: 100%;
    font-size: 55px;
    border: 3px #2baae7 solid;
    padding: 25px;
    margin: 20px auto;
  }
  .djs_bjt_lxfs01 .lxfstb a p {
    width: 100%;
    font-size: 16px;
    margin-top: 50px;
  }
}
@media (max-width: 1279px) and (min-width: 1024px) {
  .advantage .nr .item h1 {
    font-size: 16px;
    padding: 20px 0 10px;
    line-height: 24px;
    font-weight: normal;
  }
  .advantage .nr .item p {
    line-height: 24px;
    font-size: 11px;
  }
  .djs_sys_shuzi ul li {
    border-top: 10px #b1e5fb solid;
    padding: 25px;
  }
  .djs_sys_shuzi ul li p span {
    font-size: 20px;
  }
  .djs_sys_shuzi ul li p.biaoti {
    font-size: 14px;
    margin-bottom: 35px;
  }
  .djs_sys_shuzi ul li p.danwei {
    font-size: 14px;
  }
  .djs_sys_shuzi ul li p.tubiao span {
    font-size: 45px;
    border: 3px #e4e4e4 solid;
    padding: 15px;
    margin: 20px auto;
  }
  .djs_sys_shuzi ul li p.shuzi {
    font-size: 35px;
    font-weight: 500;
    margin-top: 25px;
  }
  .l-theme .b-about-sm__title {
    font-size: 25px;
  }
  .l-theme .b-about-sm__subtitle {
    font-size: 16px;
  }
  .l-theme .b-about-sm__description {
    font-size: 11px;
    line-height: 170%;
  }
  .l-theme .b-about-sm__title-inner {
    margin: 10px 0 0 0;
  }
  .l-theme .sys-ct-01,
  .l-theme .sys-ct-02,
  .l-theme .sys-ct-03,
  .l-theme .sys-ct-04,
  .l-theme .sys-ct-05 {
    min-height: 330px;
  }
  /*检测能力*/
  .djs_jcnl ul {
    padding-top: 20px;
  }
  .djs_jcnl ul li .bt {
    font-size: 14px;
    padding: 8px 0px;
  }
  .djs_jcnl ul li .bt .dttb {
    font-size: 16px;
    margin-right: 5px;
  }
  .djs_jcnl ul li .nr {
    padding: 20px;
    font-size: 12px;
    line-height: 180%;
  }
  .djs_jcnl ul li .h01 {
    min-height: 130px;
  }
  .djs_jcnl ul li .h02 {
    min-height: 130px;
  }
  .djs_jcnl ul li .h03 {
    min-height: 130px;
  }
  .djs_jcnl ul li .h04 {
    min-height: 130px;
  }
  .djs_jcnl ul li .h05 {
    min-height: 250px;
  }
  .djs_bjt_lxfs01 .lxfstb a span {
    width: 100%;
    font-size: 50px;
    border: 3px #2baae7 solid;
    padding: 25px;
    margin: 20px auto;
  }
  .djs_bjt_lxfs01 .lxfstb a p {
    width: 100%;
    font-size: 14px;
    margin-top: 45px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .advantage .nr .item h1 {
    font-size: 16px;
    padding: 20px 0 10px;
    line-height: 24px;
    font-weight: normal;
  }
  .advantage .nr .item p {
    line-height: 24px;
    font-size: 11px;
  }
  .djs_sys_shuzi ul li {
    border-top: 10px #b1e5fb solid;
    padding: 25px;
  }
  .djs_sys_shuzi ul li p span {
    font-size: 20px;
  }
  .djs_sys_shuzi ul li p.biaoti {
    font-size: 14px;
    margin-bottom: 35px;
  }
  .djs_sys_shuzi ul li p.danwei {
    font-size: 14px;
  }
  .djs_sys_shuzi ul li p.tubiao span {
    font-size: 45px;
    border: 3px #e4e4e4 solid;
    padding: 15px;
    margin: 20px auto;
  }
  .djs_sys_shuzi ul li p.shuzi {
    font-size: 35px;
    font-weight: 500;
    margin-top: 25px;
  }
  .l-theme .b-about-sm__title {
    font-size: 22px;
  }
  .l-theme .b-about-sm__subtitle {
    font-size: 14px;
  }
  .l-theme .b-about-sm__description {
    font-size: 10px;
    line-height: 160%;
  }
  .l-theme .b-about-sm__title-inner {
    margin: 10px 0 0 0;
  }
  .l-theme .sys-ct-01,
  .l-theme .sys-ct-02,
  .l-theme .sys-ct-03,
  .l-theme .sys-ct-04,
  .l-theme .sys-ct-05 {
    min-height: 280px;
  }
  /*检测能力*/
  .djs_jcnl ul {
    padding-top: 20px;
  }
  .djs_jcnl ul li .bt {
    font-size: 14px;
    padding: 8px 0px;
  }
  .djs_jcnl ul li .bt .dttb {
    font-size: 16px;
    margin-right: 5px;
  }
  .djs_jcnl ul li .nr {
    padding: 20px;
    font-size: 11px;
    line-height: 180%;
  }
  .djs_jcnl ul li .h01 {
    min-height: 130px;
  }
  .djs_jcnl ul li .h02 {
    min-height: 130px;
  }
  .djs_jcnl ul li .h03 {
    min-height: 130px;
  }
  .djs_jcnl ul li .h04 {
    min-height: 130px;
  }
  .djs_jcnl ul li .h05 {
    min-height: 250px;
  }
  .djs_bjt_lxfs01 .lxfstb a span {
    width: 100%;
    font-size: 50px;
    border: 3px #2baae7 solid;
    padding: 25px;
    margin: 20px auto;
  }
  .djs_bjt_lxfs01 .lxfstb a p {
    width: 100%;
    font-size: 14px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .advantage .nr .item h1 {
    font-size: 1.4rem;
    padding: 20px 0 10px;
    line-height: 24px;
    font-weight: normal;
  }
  .advantage .nr .item p {
    line-height: 24px;
    font-size: 1.0rem;
  }
  .djs_sys_shuzi ul li {
    border-top: 10px #b1e5fb solid;
    padding: 15px 0;
  }
  .djs_sys_shuzi ul li p span {
    font-size: 20px;
  }
  .djs_sys_shuzi ul li p.biaoti {
    font-size: 14px;
    margin-bottom: 35px;
  }
  .djs_sys_shuzi ul li p.danwei {
    font-size: 14px;
  }
  .djs_sys_shuzi ul li p.tubiao span {
    font-size: 45px;
    border: 2px #e4e4e4 solid;
    padding: 15px;
    margin: 20px auto;
  }
  .djs_sys_shuzi ul li p.shuzi {
    font-size: 25px;
    font-weight: 500;
    margin-top: 25px;
  }
  .djs_sys_shuzi ul li p.shuzi span {
    vertical-align: super;
    font-size: 20px;
  }
  .l-theme .b-about-sm__title {
    font-size: 22px;
  }
  .l-theme .b-about-sm__subtitle {
    font-size: 14px;
  }
  .l-theme .b-about-sm__description {
    font-size: 10px;
    line-height: 160%;
  }
  .l-theme .b-about-sm__title-inner {
    margin: 10px 0 0 0;
  }
  .l-theme .sys-ct-01,
  .l-theme .sys-ct-02,
  .l-theme .sys-ct-03,
  .l-theme .sys-ct-04,
  .l-theme .sys-ct-05 {
    min-height: 280px;
  }
  /*检测能力*/
  .djs_jcnl ul {
    padding-top: 15px;
  }
  .djs_jcnl ul li {
    width: 100%;
    margin: 0 0 4% 0;
  }
  .djs_jcnl ul li .bt {
    font-size: 12px;
    padding: 8px 0px;
  }
  .djs_jcnl ul li .bt .dttb {
    font-size: 14px;
    margin-right: 4px;
  }
  .djs_jcnl ul li .nr {
    padding: 20px;
    font-size: 11px;
    line-height: 180%;
  }
  .djs_jcnl ul li .h01 {
    min-height: 130px;
  }
  .djs_jcnl ul li .h02 {
    min-height: 130px;
  }
  .djs_jcnl ul li .h03 {
    min-height: 130px;
  }
  .djs_jcnl ul li .h04 {
    min-height: 130px;
  }
  .djs_jcnl ul li .h05 {
    min-height: 250px;
  }
  .djs_bjt_lxfs01 .lxfstb a span {
    font-size: 40px;
    border: 3px #2baae7 solid;
    padding: 20px;
    margin: 20px auto;
  }
  .djs_bjt_lxfs01 .lxfstb a p {
    width: 100%;
    font-size: 14px;
    margin-top: 35px;
  }
  .djs_bjt_sys01 .systb a img {
    border: 2px #fff solid;
  }
}
@media screen and (max-width: 479px) {
  .advantage .nr li {
    width: calc(50%);
    float: left;
    display: inline;
    filter: alpha(opacity=0);
    -khtml-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    margin-bottom: 20px;
  }
  .advantage .nr li p {
    color: #888;
  }
  .advantage .nr .item h1 {
    font-size: 1.4rem;
    padding: 20px 0 0px;
    line-height: 24px;
    font-weight: normal;
  }
  .advantage .nr .item p {
    line-height: 24px;
    font-size: 1.0rem;
  }
  .djs_sys_shuzi ul li {
    border-top: 5px #b1e5fb solid;
    padding: 15px 0;
  }
  .djs_sys_shuzi ul li p span {
    font-size: 20px;
  }
  .djs_sys_shuzi ul li p.biaoti {
    font-size: 1.0rem;
    margin-bottom: 20px;
  }
  .djs_sys_shuzi ul li p.danwei {
    font-size: 1.0rem;
  }
  .djs_sys_shuzi ul li p.tubiao span {
    font-size: 20px;
    border: 1px #2baae7 solid;
    padding: 8px;
    margin: 20px auto;
  }
  .djs_sys_shuzi ul li p.shuzi {
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 16px;
  }
  .djs_sys_shuzi ul li p.shuzi span {
    vertical-align: super;
    font-size: 1.0rem;
  }
  .l-theme .b-about-sm__title {
    font-size: 1.4rem;
  }
  .l-theme .b-about-sm__subtitle {
    font-size: 1.0rem;
    margin-bottom: 10px;
  }
  .l-theme .b-about-sm__description {
    font-size: 1.0rem;
    line-height: 160%;
  }
  .l-theme .b-about-sm__title-inner {
    margin: 10px 0 0 0;
  }
  .l-theme .sys-ct-01,
  .l-theme .sys-ct-02,
  .l-theme .sys-ct-03,
  .l-theme .sys-ct-04,
  .l-theme .sys-ct-05 {
    min-height: 160px;
  }
  /*检测能力*/
  .djs_jcnl ul {
    padding-top: 20px;
  }
  .djs_jcnl ul li {
    width: 100%;
    margin: 0 0 4% 0;
  }
  .djs_jcnl ul li .bt {
    font-size: 1.2rem;
    padding: 8px 0px;
  }
  .djs_jcnl ul li .bt .dttb {
    font-size: 16px;
    margin-right: 5px;
  }
  .djs_jcnl ul li .nr {
    padding: 20px;
    font-size: 1.0rem;
    line-height: 180%;
  }
  .djs_jcnl ul li .h01 {
    min-height: 130px;
  }
  .djs_jcnl ul li .h02 {
    min-height: 130px;
  }
  .djs_jcnl ul li .h03 {
    min-height: 130px;
  }
  .djs_jcnl ul li .h04 {
    min-height: 130px;
  }
  .djs_jcnl ul li .h05 {
    min-height: 220px;
  }
  .djs_bjt_lxfs01 {
    min-height: 120px;
  }
  .djs_bjt_lxfs01 .lxfstb a span {
    width: 100%;
    font-size: 30px;
    border: 2px #2baae7 solid;
    padding: 8px;
    margin: 20px auto;
  }
  .djs_bjt_lxfs01 .lxfstb a p {
    width: 100%;
    font-size: 11px;
    margin-top: 15px;
  }
  .djs_bjt_sys01 {
    min-height: 150px;
  }
  .djs_bjt_sys01 .systb a img {
    border: 2px #fff solid;
  }
}
